From 94f0cef6fc58afe49d789809574c8f5cc5759f50 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 6 Mar 2016 10:23:49 -0500 Subject: [PATCH] Minor documentation improvement https://bugzilla.gnome.org/show_bug.cgi?id=583780 --- gtk/gtktogglebutton.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c index cc73223fa8..ac695d19ff 100644 --- a/gtk/gtktogglebutton.c +++ b/gtk/gtktogglebutton.c @@ -399,7 +399,10 @@ gtk_toggle_button_get_property (GObject *object, * * Sets whether the button is displayed as a separate indicator and label. * You can call this function on a checkbutton or a radiobutton with - * @draw_indicator = %FALSE to make the button look like a normal button + * @draw_indicator = %FALSE to make the button look like a normal button. + * + * This can be used to create linked strip of buttons that work like + * a #GtkStackSwitcher. * * This function only affects instances of classes like #GtkCheckButton * and #GtkRadioButton that derive from #GtkToggleButton, -- 2.30.2